projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8fd9575
)
win32: link with -lwinmm
author
Kalev Lember
<kalevlember@gmail.com>
Thu, 21 Mar 2013 21:26:02 +0000
(22:26 +0100)
committer
Kalev Lember
<kalevlember@gmail.com>
Thu, 21 Mar 2013 21:55:46 +0000
(22:55 +0100)
... to resolve the timeBeginPeriod() / timeEndPeriod() symbols after
commit
5dbf814f0c0c94733ef96d6dc3c8c5ddb7a63f3a
.
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index 76286847d1fff1f1482c5d85b9884e072c6635a9..34249fae18e733076c1af7a09b0186a102e2c127 100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-350,7
+350,7
@@
if test "$enable_win32_backend" = "yes"; then
backend_immodules="$backend_immodules,ime"
GDK_WINDOWING="$GDK_WINDOWING
#define GDK_WINDOWING_WIN32"
- GDK_EXTRA_LIBS="$GDK_EXTRA_LIBS -lgdi32 -limm32 -lshell32 -lole32 -Wl,-luuid"
+ GDK_EXTRA_LIBS="$GDK_EXTRA_LIBS -lgdi32 -limm32 -lshell32 -lole32 -Wl,-luuid
-lwinmm
"
AM_CONDITIONAL(USE_WIN32, true)
PANGO_PACKAGES="pangowin32 pangocairo"
else